home *** CD-ROM | disk | FTP | other *** search
/ Aplicaciones Windows / Aplicaciones Windows.iso / Negocios / OFFCVU21.ZIP / OV32V2.EXE / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1997-02-23  |  1KB  |  56 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 294
  3.   Top = 189
  4.   ActiveControl = Password
  5.   BorderStyle = bsDialog
  6.   Caption = 'Administrative Password'
  7.   ClientHeight = 91
  8.   ClientWidth = 218
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 9
  20.     Width = 54
  21.     Height = 13
  22.     Caption = 'set at RT'
  23.   end
  24.   object Password: TEdit
  25.     Left = 8
  26.     Top = 27
  27.     Width = 201
  28.     Height = 21
  29.     MaxLength = 21
  30.     PasswordChar = '*'
  31.     TabOrder = 0
  32.   end
  33.   object OKBtn: TBitBtn
  34.     Left = 18
  35.     Top = 59
  36.     Width = 77
  37.     Height = 27
  38.     TabOrder = 1
  39.     OnClick = OKBtnClick
  40.     Kind = bkOK
  41.     Margin = 2
  42.     Spacing = -1
  43.   end
  44.   object CancelBtn: TBitBtn
  45.     Left = 120
  46.     Top = 59
  47.     Width = 77
  48.     Height = 27
  49.     TabOrder = 2
  50.     OnClick = CancelBtnClick
  51.     Kind = bkCancel
  52.     Margin = 2
  53.     Spacing = -1
  54.   end
  55. end
  56.